From 42fcd67ba26cbd378c337ae7662f7b4135278e0f Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Fri, 8 Dec 2006 09:29:17 +0000 Subject: [PATCH] (gud-speedbar-buttons): Deal with references to pointers. --- lisp/progmodes/gud.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index fc7c303c491..adc6cd5194d 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -486,7 +486,7 @@ required by the caller." (car (nth 1 var-list)))) (setq char ?-) (setq char ?+)) - (if (string-match "\\*$" type) + (if (string-match "\\*$\\|\\*&$" type) (speedbar-make-tag-line 'bracket char 'gdb-speedbar-expand-node varnum -- 2.30.2